|
|
|
|
OrientationDefault Property, HeadersClass Class |
Defines the default orientation of the parts within cells in column headers.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property OrientationDefault As OrientationEnum |
C# |
public OrientationEnum OrientationDefault { get; set; } |
C++ |
public: property OrientationEnum OrientationDefault { |
Property Value
The default orientation.
Value |
Description |
|
1 | Parts are positioned next to each other. | |
2 | Parts are positioned one below the other. |
The default value is OrientationEnum.Horizontal.
Comments
The OrientationDefault property defines the default orientation of the parts within cells in column headers.
Individual cells can override the default orientation using the CellBaseClass.Orientation property.
The defined orientation also applies to all row headers in the column header area.